home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Substitution.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  3KB  |  87 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Substitution" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Stores rules for user-defined path variables called SharePoint. These rules are evaluated when a user-defined path variable must be substituted with a real path.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="SharePointMapping">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Maps a share point to an existing path or to another share point defined in the Directory property.</desc>
  16.             </info>
  17.             <prop oor:name="Directory" oor:type="xs:string" oor:nillable="false">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Specifies a physical directory location that is stored as a valid encoded file URL or with other path variables.</desc>
  22.                 </info>
  23.             </prop>
  24.             <group oor:name="Environment">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>Specifies the operating system required for this share point mapping. As a result, system dependent settings can be defined.</desc>
  29.                 </info>
  30.                 <prop oor:name="OS" oor:type="xs:string">
  31.  
  32.                     <info>
  33.  
  34.                         <desc>Specifies the operating system required for this share point mapping. As a result, system depedent settings can be defined.</desc>
  35.                     </info>
  36.                 </prop>
  37.                 <prop oor:name="Host" oor:type="xs:string">
  38.  
  39.                     <info>
  40.  
  41.                         <desc>Specifies the name of the host for which the Directory property setting is valid. You can use the '*' wildcard for the name.</desc>
  42.                     </info>
  43.                 </prop>
  44.                 <prop oor:name="DNSDomain" oor:type="xs:string">
  45.  
  46.                     <info>
  47.  
  48.                         <desc>Specifies the dns domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc>
  49.                     </info>
  50.                 </prop>
  51.                 <prop oor:name="YPDomain" oor:type="xs:string">
  52.  
  53.                     <info>
  54.  
  55.                         <desc>Specifies the yellow pages or NIS domain for which the Directory property variable is valid. You can use the '*' wildcard for the name.</desc>
  56.                     </info>
  57.                 </prop>
  58.                 <prop oor:name="NTDomain" oor:type="xs:string">
  59.  
  60.                     <info>
  61.  
  62.                         <desc>Specifies the NT domain for which the Directory property variable is valid. You can use the '*' wildcard for the domain.</desc>
  63.                     </info>
  64.                 </prop>
  65.             </group>
  66.         </group>
  67.         <set oor:name="SharePoint" oor:node-type="SharePointMapping">
  68.  
  69.             <info>
  70.  
  71.                 <desc>Specifies the path variable name. The name is case-sensitive and must be defined with ASCII characters. The name is used as a placeholder within path settings and can be substituted during runtime with a path defined in one of the defined mappings.</desc>
  72.             </info>
  73.         </set>
  74.     </templates>
  75.     <component>
  76.  
  77.         <set oor:name="SharePoints" oor:node-type="SharePoint">
  78.  
  79.             <info>
  80.  
  81.                 <desc>Specifies a table of SharePoints that are used as path variables (placeholder) within path settings.</desc>
  82.             </info>
  83.         </set>
  84.     </component>
  85. </oor:component-schema>
  86.  
  87.